From: Chong Yidong Date: Thu, 18 Jan 2007 16:09:06 +0000 (+0000) Subject: (Info-default-dirs): Change default info dir to X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2805 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3383271b4e52b4302b01cd7a191e62cb8cb67b28;p=emacs.git (Info-default-dirs): Change default info dir to share/info. --- diff --git a/lisp/info.el b/lisp/info.el index 880b659faa6..74183046031 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -463,12 +463,12 @@ Do the right thing if the file has been compressed or zipped." (expand-file-name "info/" installation-directory) (if invocation-directory (let ((infodir (expand-file-name - "../info/" + "../share/info/" invocation-directory))) (if (file-exists-p infodir) infodir (setq infodir (expand-file-name - "../../../info/" + "../../../share/info/" invocation-directory)) (and (file-exists-p infodir) infodir))))))